Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add docs for disableDensitySelector option #1856

Merged

Conversation

DanailH
Copy link
Member

@DanailH DanailH commented Jun 8, 2021

fix #1851

@DanailH DanailH added docs Improvements or additions to the documentation component: data grid This is the name of the generic UI component, not the React module! labels Jun 8, 2021
@DanailH DanailH self-assigned this Jun 8, 2021
@DanailH DanailH requested a review from m4theushw June 9, 2021 08:35
@DanailH DanailH merged commit 46a31d1 into mui:master Jun 9, 2021
@@ -99,7 +99,7 @@ export interface GridOptions {
*/
disableColumnSelector?: boolean;
/**
* If `true`, density selection is disabled.
* If `true`, density selector is disabled.
Copy link
Member

@oliviertassinari oliviertassinari Jun 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't match the description in the documentation.

Suggested change
* If `true`, density selector is disabled.
* If `true`, the density selector is disabled.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] api missing disableDensitySelector
4 participants